From 885c3893ca3a948c85383c913e46e316f9a65d0e Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 5 Jan 2010 15:01:30 +0000 Subject: [PATCH] Turn universal builds back on for Mac. --- gui/app.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/app.pro b/gui/app.pro index f4b07dede..87f7007c3 100755 --- a/gui/app.pro +++ b/gui/app.pro @@ -1,11 +1,11 @@ -# $Id: app.pro,v 1.13 2009/11/02 19:54:13 robertl Exp $ +# $Id: app.pro,v 1.14 2010/01/05 15:01:30 robertl Exp $ # CONFIG += qt release #CONFIG += qt debug console # For Mac, build Universal binary. Ignored on other OSes. -CONFIG += x86 # ppc +CONFIG += x86 ppc ICON = images/appicon.icns -- 2.30.2